From: Raspbian automatic forward porter Date: Tue, 27 Jan 2026 10:57:53 +0000 (+0000) Subject: Merge version 1:11.8.3-0+deb13u1+rpi1 and 1:11.8.5-4 to produce 1:11.8.5-4+rpi1 X-Git-Tag: archive/raspbian/1%11.8.5-4+rpi1^0 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=8b0f2832f45a2b9bcca158fe6f4ab52180be74d0;p=mariadb.git Merge version 1:11.8.3-0+deb13u1+rpi1 and 1:11.8.5-4 to produce 1:11.8.5-4+rpi1 --- 8b0f2832f45a2b9bcca158fe6f4ab52180be74d0 diff --cc debian/changelog index a150af497,6fa364281..595e1cfb0 --- a/debian/changelog +++ b/debian/changelog @@@ -1,12 -1,117 +1,124 @@@ - mariadb (1:11.8.3-0+deb13u1+rpi1) trixie-staging; urgency=medium ++mariadb (1:11.8.5-4+rpi1) forky-staging; urgency=medium + + [changes brought forward from 1:10.11.3-1+rpi1 by Peter Michael Green at Tue, 06 Jun 2023 14:09:17 +0000] + * Disable testsuite. + - -- Raspbian forward porter Sun, 14 Sep 2025 01:54:21 +0000 ++ -- Raspbian forward porter Tue, 27 Jan 2026 10:57:53 +0000 + - mariadb (1:11.8.3-0+deb13u1) trixie; urgency=medium + mariadb (1:11.8.5-4) unstable; urgency=medium + [ Otto Kekäläinen ] + * Add tentative upstream patch to fix amd64v3 build issues (MDEV-38398) + * Drop redundant `Priority: optional` + * Update Debian copyright for 2026 + * Bump Debian Policy version + + [ Aquila Macedo ] + * Drop obsolete library-not-linked-against-libc overrides + * Ship upstream sysusers.d mariadb.conf in mariadb-server (Closes: #1028271) + * Add patch sysusers-lock-mysql-account.patch + * Create mysql via sysusers in postinst, drop preinst adduser handling + * Drop adduser pre-depends, depend on systemd-sysusers provider + * Clarify NIS/YP debconf note for sysusers mysql account creation + * Update all translations to match updated template + + -- Otto Kekäläinen Tue, 13 Jan 2026 19:03:57 +0000 + + mariadb (1:11.8.5-3) unstable; urgency=medium + + * MDEV-23538: Rename mariadb.pc to mariadb-server-embedded.pc to avoid + confusion, as well as sync other misc Debian packaging improvements from + upstream + * Drop transitional dummy package `mariadb-server-10.5` + * Make mariadb-test-run logs more informative to make debugging failures + in Debian/Ubuntu build and autopkgtest logs easier + * Remove override for test 'main.mysql-interactive' and extensively document + and ensure all the mariadb-test-run skip lists are current + * Add tentative upstream patch to fix main.mysqld--help-aria test failure + * Add upstream patch to fix test innodb_log_file_size failures + * Add upstream patch to fix test innodb.log_corruption_recovery failures + * Add patch to fix Spider test failures in networkless environments + + -- Otto Kekäläinen Mon, 15 Dec 2025 20:00:00 -0800 + + mariadb (1:11.8.5-2) unstable; urgency=medium + + [ Aquila Macedo ] + * Relax perl client dependencies in mariadb-client (Closes: #1115678) + + [ Otto Kekäläinen ] + * Make all MariaDB client plugins available in server plugin path + * Ensure dh_missing runs as intended in debian/rules + * Install upstream generated symlinks/binaries/manpages + * Fix misc typos and in Debian packaging + * Update Lintian overrides to clean away false positives and remove obsolete + Lintian overrides + + [ MichaIng ] + * Make mariadb-common postinstallation script robust for situations where + the /etc/mysql/mariadb.cnf file for any reason was deleted on the system + so that the install/upgrade completes regardless + + -- Otto Kekäläinen Sat, 06 Dec 2025 10:38:02 -0800 + + mariadb (1:11.8.5-1) unstable; urgency=medium + + [ Otto Kekäläinen ] + * New upstream maintenance release 11.8.5. For details about fixes please see + https://mariadb.com/docs/release-notes/community-server/11.8/11.8.5 + * The version 11.8.4 was skipped in Debian (and Ubuntu) as it has a severe + regression causing partial data deletion when using the DELETE statement on + MyISAM or Aria tables under specific conditions (MDEV-38068) + * For details about fixes in 11.8.4 please see + https://mariadb.com/docs/release-notes/community-server/11.8/11.8.4 + * This release does _not_ include any CVE tracked security fixes as per + https://mariadb.com/docs/server/security/securing-mariadb/security + * The MariaDB 11.8.4 did have a fix for mariadb-dump failing to run if a + for any table with a slash in the name. This has no actual exploit and + requires the attacker to already have access to the database so they can + create tables with arbitrary names. Trend Micro did however publish: + - CVE-2025-13699 + * Update server trace to include new parameters and values + * Already existing plugins marked ready for general availability by upstream + in this release: uuid_v4, uuid_v7 and inet4 + * Add Lintian override for false error in test plugin + * Patch new upstream test main.alter_merge to allow 'from Debian' + * Add libcrypt-dev to Build-Depends (Closes: #1106944) + * Extend unstable tests to skip for sparc64 and x32 + * Remove Rules-Requires-Root + * Update patch Forwarded fields to reflect latest status + * Salsa CI: Disable running `gbp setup-gitattributes` + * Salsa CI: Fix typos introduced in 855bc4f6 + * Salsa CI: Disable the new 'debrebuild' job for MariaDB due to timeouts + + [ Daniel Black ] + * MDEV-37411: Re-enable AIO in Debian + * MDEV-15502: use tmpfiles with systemd (Closes: #1028272) + * MDEV-37776: shlibs:Depends shouldn't be explicit + + [ Jean Weisbuch ] + * MDEV-37852: Fix mytop connection to localhost (Closes: #1109394) + + [ Christian Hesse ] + * MDEV-35904/MDEV-19210: use environment file in systemd units for + _WSREP_START_POSITION (Closes: #1105029) + + [ Aquila Macedo ] + * Add patch for new PCRE2 version 10.47 offset change (Closes: #1119866) + * Salsa CI: install build-essential for Python-MySQLdb job (Closes: #1121027) + * Salsa CI: keep provider plugins in sync in bookworm -> sid upgrade job + + [ Sergei Golubchik ] + * MDEV-37600: Implement caching_sha2_password plugin for MySQL compatibility + + [ Helge Kreutzmann ] + * Update German translation of debconf messages (Closes: #1120669) + + -- Otto Kekäläinen Sat, 29 Nov 2025 09:48:55 -0800 + + mariadb (1:11.8.3-1) unstable; urgency=medium + + [ Otto Kekäläinen ] * New upstream maintenance release 11.8.3. For details about fixes please see https://mariadb.com/kb/en/mariadb-11-8-3-release-notes/ * Drop Hurd patches that are now included upstream